html, body {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: #FEFEFE;
}

body {
    padding: 0;
}

.clearfix {
    clear: both;
}

.img-full {
    min-width: 100%;
}

/* Offsets fixed header */
.affix {
    top: 50px;
}


/*ul { margin: 0; padding: 0; }*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h1 {
    display: block;
    font-size: 27px;
}

h2 {
    font-size: 19px;
}

h3 {
    margin: 25px 0 10px 0;
    letter-spacing: .5px;
    font-size: 18px;
    padding-left: 10px;
}

h1, h2 {
    border-bottom: solid 1px #CCC;
    padding-left: 10px;
}

.calltoaction h2 {
    border: none;
}

h1 span, h2 span {
    border-bottom: solid 3px #1da4d7;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 3px;
}

hr, .hr-mimic {
    margin: 30px 10px;
    position: relative;
    display: block;
    border-bottom: solid 1px #EEE;
}

hr::before, .hr-mimic:before {
    content: '.';
    font-size: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width: 20px;
    margin-left: -10px;
    background: #89d0eb;
    z-index: 1;
}

a {
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s;
}

a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

p {
    color: #777;
}

p a {
    color: #1da4d7;
}

p a:hover {
    color: #444;
}

.italic {
    font-style: italic;
}

/* tooltip styles */
.tooltip.top {
    margin-top: -5px;
}

#services .tooltip.top {
    margin-top: -10px;
}

.font-longtext {
    line-height: 1.5em;
    font-size: 1.2em;
    max-width: 960px;
    margin: 0 auto;
}

.font-longtext p {
    margin-bottom: 30px;
}

.font-longtext h1 {
    margin-bottom: 30px;
}

/* Collapsible */
.panel-group {}

.panel-group .panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel .panel-heading {
    position: relative;
    line-height: 60px;
    background-color: #eee;
    border-left: 4px solid #ddd;
    border-right: 4px solid #ddd;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-transition: .3s;
    transition: .3s;
}

.panel .panel-heading.active {
    border-color: #abce6b;
    background-color: #e0f3bd;
}

.panel .panel-heading.active .panel-title {
    color: #444;
}

.panel .panel-heading i {
    top: 0;
    right: 20px;
    font-size: 18px;
    line-height: 70px;
    position: absolute;
    color: #999;
}

.panel .panel-heading i.icon-minus {
    display: none;
    color: #444;
}

.panel .panel-heading.active i.icon-minus {
    display: block;
}

.panel .panel-heading.active i.icon-plus {
    display: none;
}

.panel .panel-heading .panel-title {
    font-size: 23px;
    color: #999;
    line-height: 50px;
}

.panel .panel-heading .panel-title a:hover {
    color: #444;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    margin-top: 5px;
    border-top: 0;
    background-color: #eee;
    padding: 20px;
    color: #777;
    line-height: 26px;
}


/* Container */
.container {
    max-width: 1050px;
}

.row.last {
    margin-bottom: 0;
}


/* Basic Form Styles */
form {
    position: relative;
    float: left;
    width: 100%;
}

form#search .collapse.in i {
    color: #444;
}

form .btn {
    float: left;
    margin: 0 0 0 10%;
}

.form-group {
    width: 100%;
    margin: 0 0 20px 0;
}

.form-group label {
    float: right;
    width: 10%;
    margin: 0;
}

.form-group label i {
    font-size: 28px;
    line-height: 70px;

    -webkit-transition: color .3s;
    transition: color .3s;
}

.form-group.textarea {
    border: 0;
}

.form-group.textarea label {
    height: 200px;
}

.form-group input,
.form-group textarea {
    float: right;
    width: 87%;
    margin-right: 3%;
}

.form-group input:focus+label i,
.form-group textarea:focus+label i {
    color: #abce6b;
}

.form-group input.form-control:focus,
.form-group textarea.form-control:focus {
    border-color: #abce6b;
}

.form-group input.form-control:valid,
.form-group textarea.form-control:valid {
    border-color: #abce6b;
}


input,
textarea,
input.form-control,
textarea.form-control,
input.form-control:focus,
textarea.form-control:focus {
    color: #444;
    font-size: 23px;
    height: 70px;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-left: 4px solid #ddd;
    background-color: #eee;
    padding: 0 20px;
}

textarea.form-control,
textarea.form-control:focus {
    height: 200px;
    resize: none;
    padding-top: 18px;
}

#search input,
#search textarea,
#search input.form-control,
#search textarea.form-control,
#search input.form-control:focus,
#search textarea.form-control:focus {
    color: #eee;
    font-size: 16px;
    background-color: #444;
    width: 100%;
    border: 0;
    margin-right: 0;
}

label {
    font-weight: normal;
}

.arrow-up {
    position: relative;
    float: right;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #444;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #777;
}

/* Empty space for empty columns */
.row .empty[class^='col-md-'] {
    margin-bottom: 0;
}

/* Basic Modal Styles */
.modal {}

.modal .wrapper {
    margin: 3% auto;
    width: auto;
    max-width: 70%;
    max-height: 85%;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    background-color: #ddd;
}

.modal img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.modal img.icon {
    padding: 20% 0;
}

.modal h2 {
    padding: 10px 20px;
    background-color: #444;
}

.modal a {
    color: #fff;
}

/* Scrollbar bugfix */
body.modal-open, .modal-open .navbar-fixed-top {
    margin-right: 0;
}

@media (max-width: 767px) {
    .modal {
        overflow-y: hidden;
    }

    .modal .wrapper {
        max-width: 94%;
    }
}

/*  NAVBAR
 *    stylings for fixed navbar
 *  
 *
 */

.navbar {
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    background-color: #ffffffcc;
}

.navbar .navbar-header {
    margin: 10px 0 0 0;
}

.navbar .container a.navbar-brand {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    padding: 0 30px 0 0;
    margin: 0;

    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .container a.navbar-brand:hover {
    opacity: .8;
}

.navbar .container a.navbar-brand img {
    max-height: 100%;
}

/* Smaller device menu styles */
.navbar .navbar-toggle {
    outline: none;
    border-color: transparent;
    margin: 0;
    padding: 0;
}

.navbar .navbar-toggle:active,
.navbar .navbar-toggle:visited,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    background-color: transparent;
}

.navbar .navbar-toggle span.icon-bar {
    background-color: #1da4d7;
    height: 4px;
    margin: 6px 0;
}

.navbar .navbar-toggle:hover span.icon-bar {
    background-color: #EEE;
}

.navbar .navbar-collapse {
    border-color: #999;
    max-height: 400px;
}

.navbar .navbar-nav li a {
    padding: 30px 5px 20px 5px;
    color: #212123;

    text-transform: uppercase;
    transition: all .2s;
    -webkit-transition: all .2s;
    font-size: 18px;
    border-bottom: solid 5px transparent;
    margin: 0 15px;
}

.navbar .navbar-nav li a:hover {
    border-color: #666;
    color: #666;
}

.navbar .navbar-nav li.active a, .navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:focus {
    background: #1da4d7;
    border-color: #1da4d7;
}

.navbar .navbar-nav li.dropdown.open a.dropdown-toggle {
    background-color: #bbb;
}

.navbar .navbar-nav ul.dropdown-menu {
    border-radius: 0;
    border: 0 solid #999;
    border-top: 1px solid #999;
}

.navbar .navbar-collapse.in ul.dropdown-menu {
    border-top: none;
}

.navbar .navbar-collapse.in ul.dropdown-menu li a:hover {
    color: #ccc;
}

@media (max-width: 992px) {
    .navbar .navbar-nav li a {
        padding: 0 15px;
    }

    .navbar a.navbar-brand {
        padding-right: 5px;
    }

    .navbar .navbar-collapse.collapse {
        display: none;
    }
}

@media (max-width: 600px) {
    .navbar {
        margin-bottom: 40px;
    }

    .navbar span.tagline {
        clear: both;
        margin: 0;
    }

    .navbar .arrow-up {
        border-left: 30px solid transparent;
        border-bottom: 40px solid #444;
    }

    .navbar .navbar-header i {
        font-size: 26px;
        width: 30px;
    }

    .navbar .dropdown, .navbar #search {
        margin-top: -20px;
    }

    .navbar .dropdown li {
        clear: both;
    }
}

/*  SECTION
 *    stylings for sections
 *    
 *
 */

.section {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-bottom: 20px;
}

.section p.content {
    padding: 20px 0;
}

.article p {
    padding: 10px 0;
}

/* White Section */
.section.white {
    background: none;
    background-color: #eee;
}

.section.white h1 {
    color: #f4c532;
}

.section.white a.btn {
    color: #777;
    border-color: #666;
}

.section.white a.btn:hover {
    top: 0;
    color: #bbb;
    border-color: #bbb;
}

.section.white a.btn.active {
    color: #dfba00;
    border-color: #edc80e;
    box-shadow: none;
    background-color: transparent;
}


/* Image BG Section */
.section.image {}

.section.image h3 {
    color: rgba(255, 255, 255, .7);
}

#main.section {
    margin-top: 80px;
}

/* WELCOME SECTION */
.section.welcome {
    padding-top: 0;
    margin-top: 0;
    background: url("../img/Sunrise.jpg") center center no-repeat;
    opacity: .3;
    background-size: cover;
    height: 229px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.section.welcome h1.content {
    color: #FAFAFA;
    font-weight: bold;
    margin-top: 190px;
    max-width: 60%;
    background: #1da4d7;
    padding: 10px;
    display: inline-block;
    font-size: 58px;
    border: none;
    position: relative;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .4);
}

.section.welcome h1.content.smaller {
    font-size: 21px;
}

.section.welcome h1 i {
    color: #167fa6;
}

.section.welcome h1 span.author {
    font-family: Quicksand;
    position: absolute;
    bottom: -12px;
    right: 10px;
    color: #666;
    background: #EAEAEA;
    padding: 5px 8px;
    display: inline-block;
    font-size: 12px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .5);
}

.section.calltoaction {
    background: #EAEAEA;
    padding: 10px 0;
    margin-bottom: 0;
    color: #666;
    margin-top: 80px;
}

.section.calltoaction .btn {
    margin-top: 8px;
    font-size: 1.6em;
}

.section.calltoaction h2 {
    margin-top: 10px;
    font-size: 1.6em;
}

.section:last-child {
    background-color: #fff;
}

.section .content.affix {
    width: 90%;
}

/* Full width container, for carousel */
.fixed-container.full .content.affix {
    width: 100%;
}

/* For extra small devices, turn off affix properties */
@media (max-width: 420px) {
    img.background {
        height: 100%;
    }

    .section {
        height: auto;
        padding-top: 70px;
    }

    .section h1 {
        font-size: 30px;
        margin: 18px 0 35px 0;
    }

    .section.welcome {
        height: 100%;
    }

    span.logo.glyphicon {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .section .content {
        text-align: center;
    }

    .section.welcome {
        overflow: hidden;
        height: auto;
    }

    img.background {
        background-attachment: scroll;
        position: absolute;
    }
}

/*  SERVICES
 *    stylings for services content
 *    Supports left and right image slide in
 *
 */
#services {
    color: #444;
    min-height: 0;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#services img.slide-in {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.0)";
    filter: alpha(opacity=.0);
    opacity: .0;
    -webkit-transition: .75s;
    transition: .75s;
}

#services img.slide-in.right {
    right: -40%;
}

#services img.slide-in.left {
    left: -40%;
}

#services img.slide-in.slid {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

#services img.slide-in.slid.right {
    right: 0;
}

#services img.slide-in.slid.left {
    left: 0;
}

#services h1 {
    margin: 40px 0 20px -4px;
}

#services p {
    line-height: 25px;
}

#services .row {
    margin-bottom: 150px;
}

#services .row.last {
    margin-bottom: 0;
}

#services .service-icon {
    text-align: center;
    color: #fff;
}

#services .service-icon i:hover {
    background-color: #edc80e;
    color: #fff;
}

#services .service-icon i {
    margin: 0 auto;
    color: rgba(255, 255, 255, .7);
    display: inline-block;
    font-size: 40px;
    display: block;
    height: 100px;
    width: 100px;
    padding-top: 25px;

    border: 4px solid rgba(237, 200, 14, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

#services .service-icon span {
    display: block;
    margin-top: 20px;
}

@media (max-width: 420px) {
    #services {
        background-attachment: scroll;
    }

}

@media (max-width: 600px) {

    #services img.slide-in.left,
    #services img.slide-in.right {
        left: auto;
        right: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #services .row {
        margin-bottom: 20px;
    }

    #services .row [class*="col-"] {
        margin-bottom: 25px;
    }
}

/*  Button
 *    stylings for buttons
 *    
 *
 */

.btn {
    border: none;
    border-radius: 0;
}

/*  PORTFOLIO
 *    stylings for portfolio
 *    
 *
 */


.controls {
    margin-bottom: 20px;

    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.controls .filter {
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.controls .filter.active {
    color: #abce6b;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.gallery {
    margin-right: -2px;
    margin-left: -2px;
    overflow: hidden;
}

.gallery:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.gallery [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

.gallery .mix {
    overflow: hidden;
    height: 300px;
    padding: 2px;
    display: none;
    opacity: 0;
    vertical-align: top;
    margin: 10px 0;
    color: #fff;

    font-size: 30px;
    text-align: center;
    line-height: 200px;
}

.gallery .mix.full {
    height: auto;
}

.gallery .mix.full img {
    width: 100%;
}

.gallery a.mix-cover, .gallery span.cover {
    display: block;
    width: 100%;
    height: 100%;
}

/* Colors */
.gallery a.mix-cover.purple {
    background-color: #deafe7;
}

.gallery a.mix-cover.gray {
    background-color: #ddd;
}

.gallery a.mix-cover.yellow {
    background-color: #ffed66;
}

.gallery a.mix-cover.green {
    background: #abce6b url(../img/background-slash.jpg) center no-repeat;
}

.gallery a.mix-cover {
    position: relative;
    -webkit-transition: top .5s;
    transition: top .5s;
}

span.valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gallery span.cover {
    position: absolute;
    top: -100%;
    background-color: #abce6b;
}

.gallery span.cover span {
    color: #fff;
    position: absolute;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
    line-height: 50px;
}

.mix-cover img {
    border-radius: 5px;
    border: solid 1px #AAA;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

img.placeholder {
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    .controls .filter {
        float: left;
        clear: both;
    }


    .gallery a.mix-cover:hover {
        top: 0;
    }

    .gallery span.cover {
        height: 50px;
        top: auto;
        bottom: 0;
        z-index: 100;
    }

    .gallery span.cover h2 {
        font-size: 24px;
    }

    .gallery img, .gallery .mix {
        height: auto;
        font-size: 0;
        line-height: 0;
    }

    .gallery .icons img {
        margin: 50px 0;
    }

    .gallery .mix {
        margin: 0 0 2px 0;
    }
}

/*  BLOG
 *    masonry grid
 *
 *
 */
.modal {}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#blog {}

.masonry-grid {}

.masonry-grid .item {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    margin-bottom: 30px;
}

.masonry-grid .item .image {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.masonry-grid .item .image img {
    width: 100%;
}

.masonry-grid .item .description {
    padding: 20px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.masonry-grid .item .description h2 {
    margin: 0 0 15px 0;
}

.masonry-grid .item .description p {
    color: #888;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(171, 206, 107, .8);
    border: 0px solid rgba(255, 255, 255, .2);

    -webkit-transition: .3s;
    transition: .3s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overlay:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    border: 15px solid rgba(255, 255, 255, .2);
}

.overlay i {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: -60px;

    -webkit-transition: .3s;
    transition: .3s;
}

.overlay:hover i {
    top: 10px;
}


/*  POST
 *    Stylings for portfolio item
 *    
 *
 */

#post {}

#post.section {
    margin-bottom: 120px;
}

#post h1 {
    margin-top: 0;
}

#post.full h1 {
    margin-bottom: 60px;
}

#post .row .image {
    text-align: center;
}

#post .row .image img {
    max-width: 100%;
}

#post p {}

#post.full p {
    margin-top: 60px;
}

/*  TEAM
 *    stylings for about us section
 *    
 *
 */

#team {
    text-align: center;
}

#team h2 {
    color: #444;
    margin: 0;
    line-height: 40px;
}

#team h3 {
    color: #777;
    font-size: 16px;
    line-height: 20px;
}

#team .btn {
    margin: 5px 10px 0 0;
}

#team p {
    color: #444;
    margin-bottom: 15px;
    line-height: 26px;
}

.portrait {
    position: relative;
    margin: 0 auto 15px auto;
    width: 250px;
    height: 250px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .4);

    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}

.team .row [class*="col-"]:hover .portrait {
    border-color: #fff;
}

.portrait img {
    width: 100%;
}

.social-media {
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.social-media a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin: 0 5px;
}

/* Slide-in */
.slide-in {
    overflow: hidden;
}

.slide-in .left,
.slide-in .bottom,
.slide-in .right {
    -webkit-transition: .5s;
    transition: .5s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.0)";
    filter: alpha(opacity=.0);
    opacity: .0;
}

.slide-in .left {
    position: relative;
    left: -200px;
}

.slide-in .bottom {
    position: relative;
    top: 200px;
}

.slide-in .right {
    position: relative;
    right: -200px;
}

.slide-in.slid .left,
.slide-in.slid .bottom,
.slide-in.slid .right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.slide-in.slid .left {
    left: 0;
}

.slide-in.slid .bottom {
    top: 0;
}

.slide-in.slid .right {
    right: 0;
}

/* Portrait Responsive Sizes */
@media (max-width: 979px) {
    .portrait {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .team .social-media a {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 3px;
    }
}

/*  CONTACT
 *    stylings for contact
 *    Basic form styles at the beginning of css file
 *
 */

#contact {
    text-align: center;
}

#contact .content {
    margin: 0 10%;
}

#contact h1 {
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    #contact .content {
        margin: 0;
    }

    #contact form .form-group label {
        width: 15%;
    }

    #contact form .form-group input,
    #contact form .form-group textarea {
        width: 82%;
        margin-right: 3%;
    }

    #contact form .btn {
        float: right;
        width: 82%;
        margin: 0 3% 0 0;
    }
}


/*  FOOTER
 *    stylings for footer
 *    
 *
 */

#footer {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top: 1px solid #555;
    background-color: #323232;
    color: #EEE;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: .9em;
}

#footer h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    font-family: Arial;
    text-transform: uppercase;
}

#footer li {
    float: left;
    clear: both;
    list-style: none;
    line-height: 25px;
    margin-bottom: 5px;
}

#footer li a {
    color: #AAA;
}

#footer li a:hover {
    color: #1da4d7;
}

#footer p {
    line-height: 25px;
    color: #AAA;
}

#footer .social-media a {
    color: #888;
    margin: 0 10px 10px 0;
}

#footer .social-media a:hover, #footer .social-media a:active, #footer .social-media a:focus {
    color: #1da4d7;
}


#footnote {
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444;
    background-color: #242424;
    color: #888;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 12px;
}

/* Event Panel */
.events-panel {
    background: #FAFAFA;
    border: solid 1px #EAEAEA;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.events-panel .header {
    font-weight: bold;
    padding: 5px 15px 5px 10px;
    color: #CACACA;
    text-transform: uppercase;
    border-bottom: solid 1px #DDD;
}

.events-panel .header i {
    padding-right: 10px;
    color: #CCC;
}

.events-panel .event {
    border-bottom: solid 1px #EEE;
    padding: 5px 0;
    margin-bottom: 5px;
}

.events-panel .event i {
    color: #AAA;
}

.img-holder {
    position: relative;
}

.img-holder h4.img-label {
    position: absolute;
    bottom: 16px;
    left: -5px;
    font-weight: bold;
    color: #FAFAFA;
    width: 70%;
    background: #1da4d7;
    padding: 6px;
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .4);
}

#footer a[target="_blank"]:after {
    top: -8px;
}


.contact-card {
    background: #FAFAFA;
    padding-top: 10px;
}

/* ===== Timeline ===== */
.timeline {
    position: relative;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: "";
    border-left: 1px solid #e9e9e9;
    z-index: -1;
}

.timeline>.year {
    text-align: center;
}

.timeline>.year>span {
    display: inline-block;
    padding: 8px 18px;
    margin: 0 0 20px;
    border-radius: 4px;
    background-color: #505050;
    font-weight: 700;
    color: white;
    z-index: 1;
}

.timeline>.event {
    position: relative;
    width: 50%;
    padding: 10px 40px 10px 10px;
    margin-bottom: 40px;
    text-align: right;
    float: left;
    clear: left;
}

.timeline>.event.upcoming {
    color: #abce6b;
}

.timeline>.event:nth-child(2n) {
    padding: 10px 10px 10px 40px;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: left;
    float: right;
    clear: right;
}

.timeline>.event:after {
    position: absolute;
    content: "\f10c";
    font-family: "FontAwesome";
    top: 10px;
    right: -6px;
    background: white;
    color: #1da4d7;
}

.timeline>.event.upcoming:after {
    color: #abce6b;
}

.timeline>.event:nth-child(2n):after {
    right: auto;
    left: -6px;
}

.timeline>.event:hover {
    cursor: default;
}

.timeline>.event:hover h3 {
    color: #1da4d7;
}

.timeline>.event.upcoming:hover h3 {
    color: #93b457;
}

.timeline>.event:hover:after {
    content: "\f111";
}

.timeline>.event>h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    transition: color 300ms;
}

.timeline>.event>time {
    display: block;
    color: #838383;
    margin-bottom: 10px;
}

.timeline>.event>time:before {
    content: "\f073";
    font-family: FontAwesome;
    color: #4dbce9;
    margin-right: 5px;
}

.timeline>.event>p {
    color: #838383;
}

.timeline>.event>p>img {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .timeline:before {
        left: 6px;
    }

    .timeline>.year {
        margin-left: 6px;
        text-align: left;
    }

    .timeline>.year>span {
        border-radius: 0 4px 4px 0;
        margin: 0 0 30px;
    }

    .timeline>.event,
    .timeline>.event:nth-child(2n) {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 26px;
        text-align: left;
        float: none;
        clear: none;
    }

    .timeline>.event:after,
    .timeline>.event:nth-child(2n):after {
        top: 0;
        left: -26px;
        right: auto;
    }
}

.well h1, .well h2 {
    border: none;
    padding-left: 20px;
}

.well-h1 {}

.well-body {
    padding: 20px;
    font-size: 1.3em;
}